/* Custom Styles */
.slick-prev {
  position: absolute;
  left: -60px;
  top: 45%;
}

.slick-next {
  position: absolute;
  right: -60px;
  top: 46%;
}

.partners {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 120px 0px 120px 0px;
}

.elementor-81 .elementor-element.elementor-element-cad6b0d .profund-play-box {
  background-image: url(../images/logo.png) !important;
  height: 150px;
  background-size: contain !important;
}

.gallery-image {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image img {
  height: 250px;
  width: 350px;
  transform: scale(1);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  margin: 10px;
  height: 250px;
  width: 350px;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  height: 250px;
  width: 350px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img {
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1;
}

.img-box:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}

body .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
body .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
body .vertical-centered-box .content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}
* {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.preloader {
  background: #2c2d44;
}
.loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}
.loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  -o-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  -moz-animation: rotate 1.2s infinite linear;
  -o-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}
.loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
#particles-background,
#particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  -moz-transform: scale3d(0.5, 0.5, 1);
  -ms-transform: scale3d(0.5, 0.5, 1);
  -o-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
}
#particles-background {
  background: #2c2d44;
  background-image: -moz-linear-gradient(45deg, #3f3251 2%, #002025 100%);
  background-image: -webkit-linear-gradient(45deg, #3f3251 2%, #002025 100%);
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}
lesshat-selector {
  -lh-property: 0;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0;
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[not-existing] {
  zoom: 1;
}

.elementor-81
  .elementor-element.elementor-element-eba0617:not(.elementor-motion-effects-element-type-background),
.elementor-81
  .elementor-element.elementor-element-eba0617
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-image: url(../images/homepage/img-4.jpg) !important;
  background-position-y: -327px !important;
  background-position-x: -406px !important;
}

.elementor-81
  .elementor-element.elementor-element-cd94789:not(.elementor-motion-effects-element-type-background),
.elementor-81
  .elementor-element.elementor-element-cd94789
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-image: url(../images/homepage/img-2.jpg) !important;
}

.custom-single {
  /*background: red; */
  height: 187px;
  display: flex;
}

.custom-single-1 img {
  width: 100%;
}

.custom-single-2 img {
  width: 40%;
}

.desc li {
  list-style: square;
}

.elementor-81
  .elementor-element.elementor-element-c39fcac:not(.elementor-motion-effects-element-type-background),
.elementor-81
  .elementor-element.elementor-element-c39fcac
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-image: url(../images/homepage/header-bckg.png) !important;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 38vw auto;
}

.elementor-81
  .elementor-element.elementor-element-d58248f
  .profund-section-heading
  .main-heading {
  font-size: 50px !important;
}

.custom-image {
  height: 400px !important;
  overflow: hidden !important;
}

.elementor-1252
  .elementor-element.elementor-element-9dbed92
  > .elementor-element-populated {
  padding: 0px 0px 0px 0px !important;
  text-align: justify;
}

.header-area-about {
  background-image: url(../images/lifeskills/2.jpg) !important;
  background-position-y: -116px !important;
  background: #000c35;
  overflow: hidden;
  background-attachment: fixed !important;
}

.header-area {
  background-attachment: fixed !important;
  background-image: url(../images/section-3.jpg) !important;
  /* background-position-y: 140px !important; */
}

@keyframes slidy {
  0% {
    left: 0%;
  }
  20% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  95% {
    left: -300%;
  }
  100% {
    left: -400%;
  }
}

div#slider {
  overflow: hidden;
}
div#slider figure img {
  width: 20%;
  float: left;
}
div#slider figure {
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite;
}

.slide {
  margin-bottom: 20px;
}

.my-row {
  display: flex;
  margin: 20px 0;
}

.my-right {
  margin-left: 50px;
}

.my-header {
  font-weight: bolder;
  font-size: 20px;
}

.vertical-centered-box .content img {
  width: 80px;
}

.custom {
  padding: 0;
  height: 36px;
}

.footer-top {
  text-align: center;
}

.widget-title {
  text-transform: uppercase;
  font-size: 20px !important;
  letter-spacing: 3px;
}

.my-img-box {
  margin: 10px !important;
}

.desc p {
  font-size: 17px;
}

video {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.header-area .page-title {
  text-transform: uppercase;
}

.elementor-1252
  .elementor-element.elementor-element-e9d0a86
  > .elementor-background-overlay {
  background-color: #000c35 !important;
  opacity: 1 !important;
}

.elementor-81 .elementor-element .profund-counter-title {
  margin-top: -15px;
  text-transform: uppercase;
}

.elementor-81 .elementor-element.elementor-element-24ea7f3,
.elementor-81 .elementor-element.elementor-element-24ea7f3 .arrow-button {
  width: 100% !important;
}

.custom-single-3 img {
  width: 40% !important;
}

.elementor-81
  .elementor-element.elementor-element-8548901:not(.elementor-motion-effects-element-type-background),
.elementor-81
  .elementor-element.elementor-element-8548901
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: rgb(255, 140, 62, 0.02) !important;
}

.elementor-81
  .elementor-element.elementor-element-e3077eb
  .profund-section-heading
  .my-heading {
  font-size: 40px !important;
}

.my-elementor
  .elementor-element.elementor-element-08596a9:not(.elementor-motion-effects-element-type-background),
.elementor-81
  .elementor-element.elementor-element-08596a9
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #fff;
}

.my-elementor .elementor-element.elementor-element-08596a9 {
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 115px 0px 110px 0px;
}

.my-elementor
  .elementor-element.elementor-element-e99018e
  .profund-section-heading
  .top-heading {
  font-family: "Karla", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 3px;
  color: #55c882;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
}
.my-elementor .elementor-element.elementor-element-e99018e .top-heading {
  text-align: left;
}

.my-elementor
  .elementor-element.elementor-element-e99018e
  .profund-section-heading
  .main-heading {
  font-size: 50px;
  font-weight: 600;
  text-transform: capitalize;
  color: #151d41;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
}

.my-elementor
  .elementor-element.elementor-element-e99018e
  .profund-section-heading
  .sub-heading {
  font-size: 20px;
  font-weight: 500;
  color: #ff8b3c;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
}
.my-elementor .elementor-element.elementor-element-e99018e .sub-heading {
  opacity: 1;
  z-index: -1;
}

.my-elementor .elementor-element.elementor-element-cad6b0d .profund-play-box,
.my-elementor .elementor-element.elementor-element-cad6b0d {
  width: 201px;
}
.my-elementor .elementor-element.elementor-element-cad6b0d .profund-play-box {
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 30px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0% 0% 0% 0%;
  transform: translateY(0);
}
.my-elementor .elementor-element.elementor-element-cad6b0d .profund-play-box {
  background-image: url(../images/logo.png) !important;
  height: 150px;
  background-size: contain !important;
}

.my-elementor
  .elementor-element.elementor-element-e99018e
  .profund-section-heading
  .desc {
  color: #6e7c90;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.my-elementor .elementor-element.elementor-element-69dce5c {
  color: #6e7c90;
  width: 100% !important;
  max-width: 100% !important;
  align-self: center;
}

.my-elementor .elementor-element.elementor-element-0313953,
.my-elementor .elementor-element.elementor-element-0313953 .arrow-button {
  width: 220px;
  display: inline-block;
}
.my-elementor .elementor-element.elementor-element-0313953 {
  margin: 0px 0px 0px 0px;
}

.my-elementor
  .elementor-element.elementor-element-0313953
  > .elementor-widget-container {
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.my-elementor .elementor-element.elementor-element-0313953,
.my-elementor .elementor-element.elementor-element-0313953 .arrow-button {
  width: 220px;
  display: inline-block;
}

.my-elementor .elementor-element.elementor-element-0313953 .arrow-button {
  color: #6e7c90;
  background-color: rgba(85, 200, 130, 0);
  padding: 15px 40px 15px 40px;
  border-radius: 0px 0px 0px 0px;
}

.my-elementor
  .elementor-element.elementor-element-c8894f0
  > .elementor-element-populated {
  padding: 0px 0px 0px 50px;
}

.my-elementor
  .elementor-element.elementor-element-15c3278
  > .elementor-container
  > .elementor-row
  > .elementor-column
  > .elementor-column-wrap
  > .elementor-widget-wrap {
  align-content: center;
  align-items: center;
}

.my-elementor
  .elementor-element.elementor-element-c8894f0
  > .elementor-column-wrap
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}
.my-elementor .elementor-element.elementor-element-e23c2f8 {
  text-align: center;
}

.my-elementor
  .elementor-element.elementor-element-e23c2f8
  > .elementor-widget-container {
  border-style: solid;
  border-width: 12px 12px 12px 12px;
  border-color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0px 20px 40px 0px rgba(25, 31, 160, 0.1);
}

.my-elementor .elementor-element.elementor-element-6309081 {
  text-align: center;
}

.my-elementor
  .elementor-element.elementor-element-6309081
  > .elementor-widget-container {
  margin: -300px -100px 0px 100px;
  border-style: solid;
  border-width: 12px 12px 12px 12px;
  border-color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0px 20px 40px 0px rgba(25, 31, 160, 0.1);
}

.push {
  margin-top: -250px !important;
}

section.elementor-element.elementor-element-15c3278.elementor-section-content-middle.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-inner-section {
  text-align: justify !important;
}

.space {
  margin-top: 20px !important;
}

.elementor-1252
  .elementor-element.elementor-element-71ec63c
  .profund-section-heading
  .my-main-heading {
  font-size: 18px !important;
  letter-spacing: 1px !important;
}

.custom-image-2 {
  height: 340px !important;
}

.feature-box .my-icons {
  font-size: 80px;
  margin-bottom: 20px;
  color: #55c882;
}

.icons-2 {
  color: #ff8b3c;
  position: relative;
  top: 10px;
}

.my-icon-abt {
  color: #55c882;
  font-size: 60px;
}

.bg {
  background-color: #f7fafe;
  padding: 50px 0;
  position: relative;
}

.space-2 {
  padding: 50px 0;
}

.custom-elementor-image:nth-child(2) {
  margin: 10px;
}

.my-desc {
  text-align: justify;
}

.my-post-title {
  text-transform: capitalize !important;
  font-size: 30px !important;
}

.my-post-single {
  height: 370px;
}

.my-post-single .post-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.my-post-desc {
  text-align: justify;
}

.copyright-1 {
  margin-top: 10px;
}

.my-contact {
  color: #ff8b3c;
  font-weight: bold;
}

.my-contact:hover {
  color: #ff8b3c !important;
}

.my-feature-box {
  height: 293px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.disc {
  display: flex !important;
  justify-content: center !important;
}

.m-main-heading {
  font-size: 40px !important;
}

.kg {
  text-transform: uppercase;
  font-size: 30px;
  margin-left: 2px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}

#myCarousel {
  height: 464px;
  overflow: hidden;
  margin-right: 30px;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 80px;
  text-transform: uppercase;
}

.site-branding a:nth-child(2) {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    height: 65px;
    padding-left: 70px;
}

.site-branding a:hover {
    color: #000c35 !important;
}

.carousel-caption h2 {
  color: #fff;
  font-family: "Karla", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}

.my-sliderr {
  /* background: red; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-top {
  text-transform: capitalize !important;
}

.elementor-1252 .elementor-element.elementor-element-4349b25 .profund-counter-title {
  font-size: 15px !important;
}

@media (min-width: 1025px) {
  .my-elementor .elementor-element.elementor-element-cad6b0d .profund-play-box {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 749px) {
  .slick-next {
    right: 0 !important;
  }

  .slick-prev {
    left: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-81 .elementor-element.elementor-element-24ea7f3 .arrow-button {
    padding: 10px 15px 10px 15px !important;
    margin-top: 20px !important;
  }

  .my-elementor .elementor-element.elementor-element-08596a9,
  .elementor-1252 .elementor-element.elementor-element-6feb10d {
    padding: 115px 10px 110px 10px !important;
  }

  .elementor-81
    .elementor-element.elementor-element-540cb74
    input[type="submit"],
  .elementor-81 .elementor-element.elementor-element-540cb74 button {
    float: none !important;
    margin: 15px auto 0px auto !important;
    width: 50% !important;
    display: flex !important;
  }

  .my-post-single {
    height: auto !important;
  }

  .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .site-branding a {
    font-size: 30px !important;
  }
}

@media (max-width: 1190px) and (min-width: 768px) {
  .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-post-single {
    height: auto !important;
  }

  .elementor-1252 .elementor-element.elementor-element-6feb10d {
    padding: 115px 10px 110px 10px !important;
  }
}

@media (max-width: 1025px) {
  #myCarousel {
    height: 100%;
    margin-right: 0;
  }

  .my-sliderr {
    /* background: red; */
    display: block;
    width: 100%;
  }
}
